home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / HyperCard / HyperCard 1.2.2 International / HyperCard Danish (DK-1.2.2) / Idestakke / Baggrundsideer / background_16975.txt < prev    next >
Text File  |  1988-12-19  |  5KB  |  224 lines

  1. -- background: 16975 from stack: in
  2. -- bmap block id: 21640
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   push recent card
  9. end openBackground
  10.  
  11.  
  12. -- part 1 (field)
  13. -- low flags: 00
  14. -- high flags: 0000
  15. -- rect: left=187 top=33 right=96 bottom=306
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 1
  19. -- font id: 2
  20. -- text size: 14
  21. -- style flags: 0
  22. -- line height: 18
  23. -- part name: 
  24.  
  25.  
  26. -- part 2 (field)
  27. -- low flags: 00
  28. -- high flags: 0000
  29. -- rect: left=16 top=141 right=204 bottom=135
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 1
  33. -- font id: 2
  34. -- text size: 12
  35. -- style flags: 0
  36. -- line height: 16
  37. -- part name: 
  38.  
  39.  
  40. -- part 3 (field)
  41. -- low flags: 00
  42. -- high flags: 0000
  43. -- rect: left=187 top=141 right=204 bottom=306
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 1
  47. -- font id: 2
  48. -- text size: 12
  49. -- style flags: 0
  50. -- line height: 16
  51. -- part name: 
  52.  
  53.  
  54. -- part 4 (field)
  55. -- low flags: 00
  56. -- high flags: 0000
  57. -- rect: left=358 top=141 right=204 bottom=477
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 0 / 0
  60. -- text alignment: 1
  61. -- font id: 2
  62. -- text size: 12
  63. -- style flags: 0
  64. -- line height: 16
  65. -- part name: 
  66.  
  67.  
  68. -- part 5 (field)
  69. -- low flags: 00
  70. -- high flags: 0000
  71. -- rect: left=13 top=260 right=310 bottom=110
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 1
  75. -- font id: 2
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: 
  80.  
  81.  
  82. -- part 9 (field)
  83. -- low flags: 00
  84. -- high flags: 0000
  85. -- rect: left=137 top=260 right=310 bottom=234
  86. -- title width / last selected line: 0
  87. -- icon id / first selected line: 0 / 0
  88. -- text alignment: 1
  89. -- font id: 2
  90. -- text size: 12
  91. -- style flags: 0
  92. -- line height: 16
  93. -- part name: 
  94.  
  95.  
  96. -- part 10 (field)
  97. -- low flags: 00
  98. -- high flags: 0000
  99. -- rect: left=261 top=260 right=310 bottom=358
  100. -- title width / last selected line: 0
  101. -- icon id / first selected line: 0 / 0
  102. -- text alignment: 1
  103. -- font id: 2
  104. -- text size: 12
  105. -- style flags: 0
  106. -- line height: 16
  107. -- part name: 
  108.  
  109.  
  110. -- part 11 (field)
  111. -- low flags: 00
  112. -- high flags: 0000
  113. -- rect: left=385 top=260 right=310 bottom=482
  114. -- title width / last selected line: 0
  115. -- icon id / first selected line: 0 / 0
  116. -- text alignment: 1
  117. -- font id: 2
  118. -- text size: 12
  119. -- style flags: 0
  120. -- line height: 16
  121. -- part name: 
  122.  
  123.  
  124. -- part 12 (button)
  125. -- low flags: 00
  126. -- high flags: 0004
  127. -- rect: left=462 top=27 right=58 bottom=500
  128. -- title width / last selected line: 0
  129. -- icon id / first selected line: 3430 / 3430
  130. -- text alignment: 1
  131. -- font id: 0
  132. -- text size: 12
  133. -- style flags: 0
  134. -- line height: 16
  135. -- part name: Adresse
  136. ----- HyperTalk script -----
  137. on mouseUp
  138.   get the selection
  139.   visual effect zoom open
  140.   go to "Adresse"
  141.   if it is not empty then find it
  142. end mouseUp
  143.  
  144.  
  145.  
  146. -- part 15 (button)
  147. -- low flags: 00
  148. -- high flags: 0000
  149. -- rect: left=219 top=317 right=342 bottom=246
  150. -- title width / last selected line: 0
  151. -- icon id / first selected line: 1014 / 1014
  152. -- text alignment: 1
  153. -- font id: 0
  154. -- text size: 12
  155. -- style flags: 0
  156. -- line height: 16
  157. -- part name: Prev
  158. ----- HyperTalk script -----
  159. on mouseUp
  160.   visual effect wipe right
  161.   go to previous card
  162. end mouseUp
  163.  
  164.  
  165.  
  166. -- part 16 (button)
  167. -- low flags: 00
  168. -- high flags: 0000
  169. -- rect: left=253 top=317 right=342 bottom=280
  170. -- title width / last selected line: 0
  171. -- icon id / first selected line: 1013 / 1013
  172. -- text alignment: 1
  173. -- font id: 0
  174. -- text size: 12
  175. -- style flags: 0
  176. -- line height: 16
  177. -- part name: Next
  178. ----- HyperTalk script -----
  179. on mouseUp
  180.   visual effect wipe left
  181.   go to next card
  182. end mouseUp
  183.  
  184.  
  185.  
  186. -- part 17 (button)
  187. -- low flags: 00
  188. -- high flags: 0004
  189. -- rect: left=9 top=27 right=58 bottom=42
  190. -- title width / last selected line: 0
  191. -- icon id / first selected line: 21700 / 21700
  192. -- text alignment: 1
  193. -- font id: 0
  194. -- text size: 12
  195. -- style flags: 0
  196. -- line height: 16
  197. -- part name: Home
  198. ----- HyperTalk script -----
  199. on mouseUp
  200.   visual effect iris open
  201.   go Home
  202. end mouseUp
  203.  
  204.  
  205.  
  206. -- part 18 (button)
  207. -- low flags: 00
  208. -- high flags: 0000
  209. -- rect: left=458 top=314 right=342 bottom=495
  210. -- title width / last selected line: 0
  211. -- icon id / first selected line: 1012 / 1012
  212. -- text alignment: 1
  213. -- font id: 0
  214. -- text size: 12
  215. -- style flags: 0
  216. -- line height: 16
  217. -- part name: Return
  218. ----- HyperTalk script -----
  219. on mouseUp
  220.   visual effect iris close
  221.   pop card
  222. end mouseUp
  223.  
  224.